home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1996 #1
/
Amiga Plus CD - 1996 - No. 1.iso
/
pd
/
grafik
/
dust_v2.34
/
dusthelp2
/
interpolatedata
< prev
next >
Wrap
Text File
|
1995-09-28
|
707b
|
15 lines
COMMAND INTERPOLATEDATA
-----------------------------------------------------------------
Purpose: read in data-points from a file, interpolate
the data using splines specified by the global
parameters SPLINETYPE, SPLINEENDS and SPLINESUBDIV
and save it
Usage: INTERPOLATEDATA([<src-filename>],[<dest-filename>])
Examples: interpolatedata()
interpolatedata(in)
interpolatedata(in,out)
Notes: 1. You can use this command to get an overview about the
different Dust-Splines (use gnuplot)
2. The data-file must have at least one column of data,
all columns will be interpolated